home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 2007 January, February, March & April
/
Chip-Cover-CD-2007-02.iso
/
Hity z okladki
/
Diino 4
/
diino4_Setup_En.exe
/
{app}
/
Diino.exe
/
0
/
RCDATA
/
TFRMCONTACTEDIT
/
TFRMCONTACTEDIT.txt
Wrap
Text File
|
2006-11-06
|
3KB
|
134 lines
object frmContactEdit: TfrmContactEdit
Left = 472
Top = 55
BorderStyle = bsDialog
Caption = 'Edit contact'
ClientHeight = 308
ClientWidth = 259
Color = clBtnFace
ParentFont = True
OldCreateOrder = True
Position = poOwnerFormCenter
OnClose = FormClose
OnCreate = FormCreate
OnShow = FormShow
DesignSize = (
259
308)
PixelsPerInch = 96
TextHeight = 13
object btnOK: TButton
Left = 96
Top = 279
Width = 75
Height = 25
Anchors = [akRight, akBottom]
Caption = 'OK'
Default = True
ModalResult = 1
TabOrder = 0
OnClick = btnOKClick
ExplicitLeft = 134
ExplicitTop = 162
end
object btnCancel: TButton
Left = 176
Top = 279
Width = 75
Height = 25
Anchors = [akRight, akBottom]
Cancel = True
Caption = 'Cancel'
ModalResult = 2
TabOrder = 1
ExplicitLeft = 214
ExplicitTop = 162
end
object gbContact: TGroupBox
Left = 6
Top = 6
Width = 245
Height = 267
Anchors = [akLeft, akTop, akRight, akBottom]
Caption = 'Contact information'
TabOrder = 2
ExplicitWidth = 334
ExplicitHeight = 150
DesignSize = (
245
267)
object edFirstName: TLabeledEdit
Left = 11
Top = 35
Width = 224
Height = 21
Anchors = [akLeft, akTop, akRight]
EditLabel.Width = 54
EditLabel.Height = 13
EditLabel.Caption = 'First name:'
TabOrder = 0
ExplicitWidth = 220
end
object edLastName: TLabeledEdit
Left = 11
Top = 75
Width = 224
Height = 21
Anchors = [akLeft, akTop, akRight]
EditLabel.Width = 53
EditLabel.Height = 13
EditLabel.Caption = 'Last name:'
TabOrder = 1
ExplicitWidth = 220
end
object edEmail: TLabeledEdit
Left = 11
Top = 115
Width = 224
Height = 21
Anchors = [akLeft, akTop, akRight]
EditLabel.Width = 69
EditLabel.Height = 13
EditLabel.Caption = 'Email address:'
TabOrder = 2
ExplicitWidth = 220
end
object EdPhoneWork: TLabeledEdit
Left = 11
Top = 155
Width = 224
Height = 21
Anchors = [akLeft, akTop, akRight]
EditLabel.Width = 62
EditLabel.Height = 13
EditLabel.Caption = 'Work Phone:'
TabOrder = 3
ExplicitWidth = 220
end
object EdPhoneHome: TLabeledEdit
Left = 11
Top = 195
Width = 224
Height = 21
Anchors = [akLeft, akTop, akRight]
EditLabel.Width = 64
EditLabel.Height = 13
EditLabel.Caption = 'Home Phone:'
TabOrder = 4
ExplicitWidth = 220
end
object EdPhoneMobile: TLabeledEdit
Left = 11
Top = 235
Width = 224
Height = 21
Anchors = [akLeft, akTop, akRight]
EditLabel.Width = 67
EditLabel.Height = 13
EditLabel.Caption = 'Mobile Phone:'
TabOrder = 5
ExplicitWidth = 220
end
end
end